Skip to content

Instantly share code, notes, and snippets.

@DanielLemky
DanielLemky / input.lua
Last active September 7, 2026 07:55
Mac-like trackpad tuning for Omarchy on an Apple Silicon MacBook Pro
-- Add these settings to ~/.config/hypr/input.lua on Omarchy.
hl.config({
input = {
touchpad = {
natural_scroll = true,
tap_to_click = true,
disable_while_typing = true,
tap_and_drag = false,
drag_lock = false,
clickfinger_behavior = true,

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@angelo-swe
angelo-swe / repo-series.md
Last active September 7, 2026 07:50
The Repo List — every repo from my series, kept updated
@Fhernd
Fhernd / BalsamiqForever.py
Created July 24, 2023 14:08
Extend your trial period for Balsamiq Wireframes on Windows and macOS Forever!
import json
import os
import time
import webbrowser
import sys
import re
def handleWindows(extra_seconds):
print("OS : Windows")
@DenBread
DenBread / README.md
Created February 16, 2025 22:16
Free Activation Code for JetBrains Products

My greetings, for everyone.

How to activate any JetBrains products with 3.jetbra.in?

First we need to visit this website

https://3.jetbra.in

Click the first link with Online status, by default is ipfs.io

Screenshot 2024-12-28 at 19 22 31

@gagarine
gagarine / fish_install.md
Last active September 7, 2026 07:45
Install fish shell on macOS Mojave with brew

Installing Fish shell on MacOS (Intel and M1) using brew

Fish is a smart and user-friendly command line (like bash or zsh). This is how you can instal Fish on MacOS and make your default shell.

Note that you need the https://brew.sh/ package manager installed on your machine.

Install Fish

brew install fish

@godspeed-003
godspeed-003 / README.md
Last active September 7, 2026 07:44
Get $855+ Worth of Free AI API Credits with AgentRouter and 9 Other Platforms — Full Claude Desktop Setup

Get $855+ Worth of Free AI API Credits with AgentRouter and 9 Other Platforms — [Full Claude Desktop Setup]

Last Update: 0️⃣4️⃣/0️⃣9️⃣/2️⃣0️⃣2️⃣6️⃣
Know other free services like these? Share them in the comment, and I'll add them to the list.
Shortlink: https://freeclaude.s.gy/api

Most people are paying for Claude Pro when they don't have to. These 10 platforms give you free API credits on signup, some with daily top-ups too. You plug your key into Claude Desktop's developer mode and get the same Opus 5 / Opus 4.8 experience — no subscription needed.

GitHub account must be at least 1 year old to Sign Up.
[Some platforms may require more than one year.]

@aarondfrancis
aarondfrancis / audit-your-codebase.md
Created August 14, 2026 15:20
A read-only, agent-orchestrated codebase audit prompt for data structures, state modeling, algorithms, and ownership.

Audit this entire codebase for materially useful simplifications in its data structures, state representation, control flow, algorithms, and ownership.

This is an audit-only exercise. Do not edit files, run tests, implement recommendations, commit, or push. Read-only inspection commands are allowed.

You are the coordinator. Continue until the complete codebase has been reviewed and the final audit is validated.

  1. Establish the coverage contract

Inspect the repository and inventory every identifiable subsystem.